home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11tl.lha / lbl / xview / genial / ui / guide_files / comment.G next >
Encoding:
Text File  |  1992-07-14  |  1021 b   |  41 lines

  1. ;GIL-3
  2. (
  3. (
  4.     :type                   :popup-window
  5.     :name                   comm_win
  6.     :owner                  nil
  7.     :width                  471
  8.     :height                 168
  9.     :background-color       ""
  10.     :foreground-color       ""
  11.     :label                  "Image Comments"
  12.     :label-type             :string
  13.     :initial-state          :invisible
  14.     :show-footer            nil
  15.     :resizable              nil
  16.     :pinned                 t
  17.     :done-handler           nil
  18.     :event-handler          nil
  19.     :user-data              ()
  20.     :actions                ()
  21. )
  22. (
  23.     :type                   :text-pane
  24.     :name                   textpane1
  25.     :owner                  comm_win
  26.     :help                   ""
  27.     :x                      0
  28.     :y                      0
  29.     :width                  471
  30.     :height                 168
  31.     :background-color       ""
  32.     :foreground-color       ""
  33.     :initial-state          :visible
  34.     :show-border            t
  35.     :read-only              nil
  36.     :event-handler          nil
  37.     :user-data              ()
  38.     :actions                ()
  39. )
  40. )
  41.